home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / UTIL / MEMORY / OLD / MEM208SRC / !Memphis / cmhg / mem
Text File  |  1993-09-08  |  460b  |  17 lines

  1. initialisation-code: fs_initialise
  2.  
  3. service-call-handler: fs_service
  4.  
  5. title-string: MemFS
  6.  
  7. help-string: MemFS 2.08 by BDB & Nick Smith
  8.  
  9. command-keyword-table: fs_command
  10.  
  11.         Mem( min-args:0, max-args:0,
  12.                 help-text: "*Mem selects MemFS as the current filing system." ),
  13.         Free( fs-command:, min-args:0, max-args:1,
  14.                 help-text: "*Free displays the memory used and allocated to MemFS." )
  15.  
  16. irq-handlers: callafter callback
  17.